FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package tiplu.maia.schnittstellendefinition#1.1.2 (78 ms)

Package tiplu.maia.schnittstellendefinition
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=tiplu.maia.schnittstellendefinition@1.1.2&canonical=https://tiplu.de/fhir/maia/StructureDefinition/MaiaLaboruntersuchung
Url https://tiplu.de/fhir/maia/StructureDefinition/MaiaLaboruntersuchung
Version 1.0.0
Status active
Date 2023-02-27
Name MaiaLaboruntersuchung
Title Maia Laboruntersuchung
Experimental False
Description Das vorliegende Observation-Profil im Use Case einer Laboruntersuchung beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.
Type Observation
Kind resource

Resources that use this resource

CapabilityStatement
https://tiplu.de/fhir/maia/CapabilityStatement/1.0.0 Maia 1.0 CapabilityStatement
https://tiplu.de/fhir/maia/StructureDefinition/MaiaLaborbefund Maia Laborbefund

Resources that this resource uses

StructureDefinition
https://tiplu.de/fhir/maia/StructureDefinition/MaiaKontaktGesundheitseinrichtung Maia KontaktGesundheitseinrichtung
https://tiplu.de/fhir/maia/StructureDefinition/MaiaPatient Maia Patient
https://tiplu.de/fhir/maia/ValueSet/MaiaUnterstuetzteLoincCodes ValueSet der von Maia unterstützten LOINC Codes


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "MaiaLaboruntersuchung",
  "url" : "https://tiplu.de/fhir/maia/StructureDefinition/MaiaLaboruntersuchung",
  "version" : "1.0.0",
  "name" : "MaiaLaboruntersuchung",
  "title" : "Maia Laboruntersuchung",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-02-27",
  "publisher" : "Tiplu GmbH",
  "description" : "Das vorliegende Observation-Profil im Use Case einer Laboruntersuchung beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.id",
        "path" : "Observation.id",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.status",
        "path" : "Observation.status",
        "mustSupport" : true
      },
      {
        "id" : "Observation.category",
        "path" : "Observation.category",
        "min" : 1,
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/observation-category"
        }
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "mustSupport" : true
      },
      {
        "id" : "Observation.code.coding",
        "path" : "Observation.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "Observation.code.coding:LOINC",
        "path" : "Observation.code.coding",
        "sliceName" : "LOINC",
        "min" : 0,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://loinc.org"
        },
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://tiplu.de/fhir/maia/ValueSet/MaiaUnterstuetzteLoincCodes"
        }
      },
      {
        "id" : "Observation.code.coding:LOINC.system",
        "path" : "Observation.code.coding.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.code.coding:LOINC.code",
        "path" : "Observation.code.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.code.coding:KundenCode",
        "path" : "Observation.code.coding",
        "sliceName" : "KundenCode",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "userSelected" : true
        },
        "example" : [
          {
            "label" : "Beispiel für Kunden-Url und -Code",
            "valueCoding" : {
              "code" : "example",
              "system" : "http://tiplu.de/fhir/CodeSystem/kundencodes-lab"
            }
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.code.coding:KundenCode.system",
        "path" : "Observation.code.coding.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.code.coding:KundenCode.code",
        "path" : "Observation.code.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://tiplu.de/fhir/maia/StructureDefinition/MaiaPatient"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.encounter",
        "path" : "Observation.encounter",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://tiplu.de/fhir/maia/StructureDefinition/MaiaKontaktGesundheitseinrichtung"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.effective[x]:effectiveDateTime",
        "path" : "Observation.effective[x]",
        "sliceName" : "effectiveDateTime",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "mustSupport" : true
      },
      {
        "id" : "Observation.value[x]:valueQuantity",
        "path" : "Observation.value[x]",
        "sliceName" : "valueQuantity",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Quantity"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.value[x]:valueQuantity.extension:KundenEinheit",
        "path" : "Observation.value[x].extension",
        "sliceName" : "KundenEinheit",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/iso21090-PQ-translation"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.value[x]:valueCodeableConcept",
        "path" : "Observation.value[x]",
        "sliceName" : "valueCodeableConcept",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Observation.note",
        "path" : "Observation.note",
        "mustSupport" : true
      },
      {
        "id" : "Observation.referenceRange",
        "path" : "Observation.referenceRange",
        "mustSupport" : true
      },
      {
        "id" : "Observation.referenceRange.low",
        "path" : "Observation.referenceRange.low",
        "mustSupport" : true
      },
      {
        "id" : "Observation.referenceRange.high",
        "path" : "Observation.referenceRange.high",
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.